ComponentOne Xamarin Edition
CollectionChanged Event (C1HierarchicalCollectionView<T>)
C1.CollectionView Assembly > C1.CollectionView Namespace > C1HierarchicalCollectionView<T> Class : CollectionChanged Event
Occurs when the collection changes.
Syntax
public event NotifyCollectionChangedEventHandler CollectionChanged
Event Data

The event handler receives an argument of type NotifyCollectionChangedEventArgs containing data related to this event. The following NotifyCollectionChangedEventArgs properties provide information specific to this event.

PropertyDescription
 
 
 
 
 
See Also